projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd89ee9
)
(outline-get-last-sibling): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Mar 1999 23:01:03 +0000
(23:01 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Mar 1999 23:01:03 +0000
(23:01 +0000)
lisp/textmodes/outline.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/outline.el
b/lisp/textmodes/outline.el
index 6a667e749d141c3657f234cfbbeac32efd841554..9a58c0997a590f48bef24327d151b36eedf80665 100644
(file)
--- a/
lisp/textmodes/outline.el
+++ b/
lisp/textmodes/outline.el
@@
-704,7
+704,7
@@
Stop at the first and last subheadings of a superior heading."
(error "No previous same-level heading"))))))
(defun outline-get-last-sibling ()
- "Move to
next
heading of the same level, and return point or nil if none."
+ "Move to
previous
heading of the same level, and return point or nil if none."
(let ((level (funcall outline-level)))
(outline-previous-visible-heading 1)
(while (and (> (funcall outline-level) level)